From: Gerd Moellmann Date: Mon, 7 May 2001 14:21:25 +0000 (+0000) Subject: (install): Use install-info command line options X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~40433 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=53db1897caa5903481d81fc09fe69d1c2a28f7b0;p=emacs.git (install): Use install-info command line options like in Emacs' Makefile.in. --- diff --git a/lispref/Makefile.in b/lispref/Makefile.in index 182b8f05ceb..b208cbeb929 100644 --- a/lispref/Makefile.in +++ b/lispref/Makefile.in @@ -76,7 +76,7 @@ index.texi: install: elisp ./mkinstalldirs $(infodir) cp elisp elisp-* $(infodir) - ${INSTALL_INFO} --dir-file=${infodir}/dir --info-file=${infodir}/elisp + ${INSTALL_INFO} --info-dir=${infodir} ${infodir}/elisp installall: install install -c texinfo.tex $(texmacrodir)